llvm-project/llvm/test/CFrontend/2006-01-13-Includes.c

9 lines
147 B
C

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