gcc/libgo/go/debug/dwarf/testdata/line1.c
Ian Lance Taylor af146490bb runtime: Remove now unnecessary pad field from ParFor.
It is not needed due to the removal of the ctx field.
    
    Reviewed-on: https://go-review.googlesource.com/16525

From-SVN: r229616
2015-10-31 00:59:47 +00:00

10 lines
61 B
C

#include "line1.h"
void f2();
int main()
{
f1();
f2();
}