[Clang] Prevent `mlink-builtin-bitcode` from internalizing the RPC client (#118661)
[llvm-project.git] / lldb / test / API / commands / expression / rdar42038760 / main.c
blob69f5ffc6a7ae2cb9cf8f3bfa394065421b715ed2
1 // Make sure we IR-interpret the expression correctly.
3 typedef unsigned int uint32_t;
4 struct S0 {
5 signed f2;
6 };
7 static int g_463 = 0x1561983AL;
8 void func_1(void)
10 struct S0 l_19;
11 l_19.f2 = 419;
12 uint32_t l_4037 = 4294967295UL;
13 l_19.f2 = g_463; //%self.expect("expr ((l_4037 % (-(g_463))) | l_19.f2)", substrs=['(uint32_t) $0 = 358717883'])
15 int main()
17 func_1();
18 return 0;