summaryrefslogtreecommitdiff
path: root/test/CFrontend/2002-06-25-FWriteInterfaceFailure.c
blob: 654709299d01e63419331ec7d4ea572645a673dc (plain)
1
2
3
4
5
6
7
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null

#include <stdio.h>

void  test() {
	fprintf(stderr, "testing\n");
}