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