New testcase

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2783 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-06-25 19:53:12 +00:00
parent c98cbbcc08
commit a3b8867861

View File

@ -0,0 +1,5 @@
#include <stdio.h>
void test() {
fprintf(stderr, "testing\n");
}