blob: fb1b54bf72e29b9adf08642d0132cb95fe6840c0 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
2
3#include <stdio.h>
4
5void test() {
6 fprintf(stderr, "testing\n");
7}