Fix indentation in jit.c
[deliverable/binutils-gdb.git] / gold / testsuite / ver_test_pr16504_a.c
1 const char* foo(void);
2
3 const char*
4 foo(void)
5 { return "x"; }
This page took 0.029794 seconds and 4 git commands to generate.