Sign in
ara-mdk
/
platform
/
external
/
llvm
/
fc643c5e88c596f217750dd91fcc66488dfed73d
/
.
/
test
/
CFrontend
/
2006-01-13-Includes.c
blob: 46e7867a28230a4ddc462167ecc1c8533cd85123 [
file
] [
log
] [
blame
]
// RUN: %llvmgcc %s -g -S -o - | llvm-as | opt -std-compile-opts | \
// RUN: llvm-dis | grep {test/CFrontend}
// PR676
#include
<stdio.h>
void
test
()
{
printf
(
"Hello World\n"
);
}