mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 08:23:21 +01:00
4eb6a32cf6
llvm-svn: 84025
9 lines
128 B
C
9 lines
128 B
C
// RUN: %llvmgcc %s -g -S -o - | grep {test/FrontendC}
|
|
// PR676
|
|
|
|
#include <stdio.h>
|
|
|
|
void test() {
|
|
printf("Hello World\n");
|
|
}
|