[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / CodeGen / 2004-07-06-FunctionCast.c
blob32931e2fce7156c023f2b5a7bd71a901ffcd5526
1 // RUN: %clang_cc1 -emit-llvm %s -o /dev/null
3 static int unused_func(void) {
4 return 1;
7 int foo(void) {
8 (void)unused_func; /* avoid compiler warning */
9 return 2;