blob: 94d556c1ec29073f0ff422e41a78d8c710ae6fe4 [file] [log] [blame]
// RUN: %llvmgcc -S -O2 %s -o /dev/null
// PR2292.
__inline__ __attribute__ ((__pure__)) int g (void) {}
void f (int k) { k = g (); }