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

8 lines
123 B
C

// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
#include <stdio.h>
void test() {
fprintf(stderr, "testing\n");
}