mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-10-27 09:17:11 +00:00
testcase for PR676: http://llvm.cs.uiuc.edu/PR676
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25306 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
9
test/CFrontend/2006-01-13-Includes.c
Normal file
9
test/CFrontend/2006-01-13-Includes.c
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
// RUN: %llvmgcc %s -g -S -o - | gccas | llvm-dis | grep "llvm/test/Regression/CFrontend"
|
||||||
|
|
||||||
|
// PR676
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
|
void test() {
|
||||||
|
printf("Hello World\n");
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user