2009-08-25 23:38:29 +08:00
|
|
|
// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
|
2004-11-07 06:41:00 +08:00
|
|
|
|
2002-06-26 03:53:12 +08:00
|
|
|
#include <stdio.h>
|
|
|
|
|
|
|
|
void test() {
|
2005-04-24 05:26:11 +08:00
|
|
|
fprintf(stderr, "testing\n");
|
2002-06-26 03:53:12 +08:00
|
|
|
}
|