aboutsummaryrefslogtreecommitdiffstats
path: root/c_compiler/test/in/06.c
blob: 2dcdc2bc3c14a69b3331e5a0400eb9c8bab24f36 (plain)
1
2
3
4
5
6
int f(int a, int b, int c) {
    int d;
    {
	int e;
    }
}