2009-08-25 17:38:29 +02:00
|
|
|
// 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() {
|
2005-04-23 23:26:11 +02:00
|
|
|
fprintf(stderr, "testing\n");
|
2002-06-25 21:53:12 +02:00
|
|
|
}
|