blob: 7fa0b3b5a6dc138fc91eedfa123de7d7b1ea6289 [file] [log] [blame]
// RUN: %llvmgcc %s -g -S -o - | grep {test/FrontendC}
// PR676
#include <stdio.h>
void test() {
printf("Hello World\n");
}