1 // RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null 2 3 #include <stdio.h> 4 5 void test() { 6 fprintf(stderr, "testing\n"); 7 } 8