| 1 | // RUN: %clang_cc1 -emit-llvm -O2 %s -o /dev/null |
|---|---|
| 2 | // PR2292. |
| 3 | __inline__ __attribute__ ((__pure__)) int g (void) {} |
| 4 | void f (int k) { k = g (); } |
| 5 |
| 1 | // RUN: %clang_cc1 -emit-llvm -O2 %s -o /dev/null |
|---|---|
| 2 | // PR2292. |
| 3 | __inline__ __attribute__ ((__pure__)) int g (void) {} |
| 4 | void f (int k) { k = g (); } |
| 5 |