1 // RUN: %clang_cc1 -emit-llvm %s -std=c++20 -triple x86_64-unknown-linux-gnu -o - | FileCheck %s
6 consteval
int f(int x
) {
7 if (!__builtin_is_constant_evaluated()) side_effect();
18 // CHECK-LABEL: @_ZN7GH637422SSC2Ev
20 // CHECK: store i32 42, ptr {{.*}}