llvm-project/llvm/test/Regression/CFrontend/2002-06-25-FWriteInterfaceF...

6 lines
68 B
C
Raw Normal View History

2002-06-26 03:53:12 +08:00
#include <stdio.h>
void test() {
fprintf(stderr, "testing\n");
}