af146490bb
It is not needed due to the removal of the ctx field. Reviewed-on: https://go-review.googlesource.com/16525 From-SVN: r229616
10 lines
61 B
C
10 lines
61 B
C
#include "line1.h"
|
|
|
|
void f2();
|
|
|
|
int main()
|
|
{
|
|
f1();
|
|
f2();
|
|
}
|