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

#include <stdio.h>

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