1
0
mirror of https://github.com/RPCSX/llvm.git synced 2025-03-02 18:06:17 +00:00
llvm/test/FrontendC/2006-01-13-Includes.c

9 lines
128 B
C

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