forked from OSchip/llvm-project
8 lines
124 B
C
8 lines
124 B
C
|
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
|
||
|
|
||
|
#include <stdio.h>
|
||
|
|
||
|
void test() {
|
||
|
fprintf(stderr, "testing\n");
|
||
|
}
|