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

9 lines
128 B
C
Raw Normal View History

// RUN: %llvmgcc %s -g -S -o - | grep {test/FrontendC}
// PR676
#include <stdio.h>
void test() {
printf("Hello World\n");
}