llvm-6502/test/CFrontend/2002-06-25-FWriteInterfaceFailure.c
Chris Lattner a3b8867861 New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2783 91177308-0d34-0410-b5e6-96231b3b80d8
2002-06-25 19:53:12 +00:00

6 lines
68 B
C

#include <stdio.h>
void test() {
fprintf(stderr, "testing\n");
}