blob: 94d556c1ec29073f0ff422e41a78d8c710ae6fe4 [file] [log] [blame]
Duncan Sandsc8d9fe62008-05-06 14:56:40 +00001// RUN: %llvmgcc -S -O2 %s -o /dev/null
2// PR2292.
3__inline__ __attribute__ ((__pure__)) int g (void) {}
4void f (int k) { k = g (); }