aboutsummaryrefslogtreecommitdiffstats
path: root/test/CFrontend/2006-01-13-Includes.c
blob: 5847e9ee45326cbafc8858d114ac71d377cb4e8d (plain)
1
2
3
4
5
6
7
8
9
// RUN: %llvmgcc %s -g -S -o - | llvm-as | opt -std-compile-opts | \
// RUN:   llvm-dis | grep "test/CFrontend"
// PR676

#include <stdio.h>

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