From e6ccd113b9ad7c40aa5f71e526537bbeac33d80b Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Thu, 29 May 2008 19:17:15 +0000 Subject: For PR1338: Rename test dirs git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51695 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/FrontendC/2008-05-06-CFECrash.c | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/FrontendC/2008-05-06-CFECrash.c (limited to 'test/FrontendC/2008-05-06-CFECrash.c') diff --git a/test/FrontendC/2008-05-06-CFECrash.c b/test/FrontendC/2008-05-06-CFECrash.c new file mode 100644 index 0000000..94d556c --- /dev/null +++ b/test/FrontendC/2008-05-06-CFECrash.c @@ -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 (); } -- cgit v1.1