aboutsummaryrefslogtreecommitdiffstats
path: root/c_compiler/test/in/global.c
blob: da59c9fb6548d99d5a5af2b88b9428184716b9ad (plain)
1
2
3
4
5
6
int x = 3 + 4;

int main()
{
    return x;
}