This sadly doesn't have a test for the final output because llvm-objdump can't dump relocations that don't belong to a section :( llvm-svn: 173808
4 lines
52 B
C++
4 lines
52 B
C++
extern "C" int hey();
|
|
|
|
int main() { return hey(); }
|