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