1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-01 16:33:37 +01:00
llvm-mirror/test/FrontendC/2002-06-25-FWriteInterfaceFailure.c

8 lines
121 B
C
Raw Normal View History

// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
2004-11-06 23:41:00 +01:00
2002-06-25 21:53:12 +02:00
#include <stdio.h>
void test() {
fprintf(stderr, "testing\n");
2002-06-25 21:53:12 +02:00
}