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