aboutsummaryrefslogtreecommitdiffstats
path: root/c_compiler/test/in/AddSubScope/SimpleReturn.c
blob: c3629481b9eadc623e7d142fa67d2a496b1f910b (plain)
1
2
3
int main() {
    return 13;
}