
It is not needed due to the removal of the ctx field. Reviewed-on: https://go-review.googlesource.com/16525 From-SVN: r229616
6 lines
54 B
C
6 lines
54 B
C
#include <stdio.h>
|
|
|
|
void f2()
|
|
{
|
|
printf("hello\n");
|
|
}
|