summaryrefslogtreecommitdiff
path: root/test/FrontendC/2006-01-13-Includes.c
blob: 7fa0b3b5a6dc138fc91eedfa123de7d7b1ea6289 (plain)
1
2
3
4
5
6
7
8
// RUN: %llvmgcc %s -g -S -o - | grep {test/FrontendC}
// PR676

#include <stdio.h>

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