aboutsummaryrefslogtreecommitdiff
path: root/test/CFrontend/2006-01-13-Includes.c
blob: d621ad5c78cc507d7f922ce44add768be53e8748 (plain)
1
2
3
4
5
6
7
8
9
// RUN: %llvmgcc %s -g -S -o - | gccas | llvm-dis | grep "llvm/test/Regression/CFrontend"

// PR676

#include <stdio.h>

void test() {
  printf("Hello World\n");
}