1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-01-03 13:31:05 +00:00
llvm-6502/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");
}