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