Clean up some of LVI:
[llvm.git] / test / FrontendC / 2002-06-25-FWriteInterfaceFailure.c
blob4380dc7b227955f8228ca1d1b73371b24eb0e919
1 // RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
3 #include <stdio.h>
5 void test() {
6 fprintf(stderr, "testing\n");