gcc/libgo/go/debug/dwarf/testdata/line2.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

6 lines
54 B
C

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