Displaying 1 result from an estimated 1 matches for "731b5be2".
Did you mean:
1315be2
2018 May 07
1
Global Variable Initialization via Internal Function
...ions in global scope?*
Example Simple C++ code:
int func()
{
return 5*2;
}
init globalVar = func();
int main(...)
...
Thanks for helping!
Aaron
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180506/731b5be2/attachment.html>