llvm-mirror/test/CFrontend/2002-06-25-FWriteInterfaceFailure.c

8 lines
124 B
C
Raw Normal View History

2004-11-06 22:41:00 +00:00
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
2002-06-25 19:53:12 +00:00
#include <stdio.h>
void test() {
fprintf(stderr, "testing\n");
2002-06-25 19:53:12 +00:00
}