sbc100 wrote:
I would try with an even simpler program:
```
void foo() {
}
int main() {
return &foo;
}
```
You should be able to see the constant value that main returns and verify it is correct.
https://github.com/llvm/llvm-project/pull/105532