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