c3f43760bf309598496be8eb18dfaee31014b076
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / gdb1476.c
1 void x()
2 {
3 void (*fp)() = 0;
4 fp();
5 }
6
7 int
8 main()
9 {
10 x();
11 return 0;
12 }
This page took 0.02918 seconds and 3 git commands to generate.