gcc/libgo/go/debug/dwarf/testdata/line2.c

7 lines
54 B
C

#include <stdio.h>
void f2()
{
printf("hello\n");
}