brintos

brintos / llvm-project-archived public Read only

0
0
Text · 167 B · 7ca1579 Raw
5 lines · c
1// RUN: %clang_cc1 -Wno-error=return-type -emit-llvm -O2 %s -o /dev/null2// PR2292.3__inline__ __attribute__ ((__pure__)) int g (void) {}4void f (int k) { k = g (); }5