[Github] Label lldb-dap PRs (#125139)
[llvm-project.git] / clang / test / CodeGen / 2008-05-06-CFECrash.c
blob7ca157969ac38270c3389d7f40565074b995cdb8
1 // RUN: %clang_cc1 -Wno-error=return-type -emit-llvm -O2 %s -o /dev/null
2 // PR2292.
3 __inline__ __attribute__ ((__pure__)) int g (void) {}
4 void f (int k) { k = g (); }