summaryrefslogtreecommitdiff
path: root/test/FrontendC/2008-05-06-CFECrash.c
blob: 94d556c1ec29073f0ff422e41a78d8c710ae6fe4 (plain)
1
2
3
4
// RUN: %llvmgcc -S -O2 %s -o /dev/null
// PR2292.
__inline__ __attribute__ ((__pure__)) int g (void) {}
void f (int k) { k = g (); }