hanchenye-llvm-project/llvm/test/FrontendC/2006-01-13-Includes.c

10 lines
185 B
C
Raw Normal View History

// 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");
}