mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
Testcase for PR2292.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50718 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1f85129eb7
commit
c8d9fe6bf9
4
test/CFrontend/2008-05-06-CFECrash.c
Normal file
4
test/CFrontend/2008-05-06-CFECrash.c
Normal file
@ -0,0 +1,4 @@
|
||||
// RUN: %llvmgcc -S -O2 %s -o /dev/null
|
||||
// PR2292.
|
||||
__inline__ __attribute__ ((__pure__)) int g (void) {}
|
||||
void f (int k) { k = g (); }
|
Loading…
x
Reference in New Issue
Block a user