[Workflow] Try to fix code-formatter failing to find changes in some cases.
[llvm-project.git] / lldb / unittests / SymbolFile / DWARF / Inputs / test-dwarf.cpp
bloba987e6a9a363eb54bc6de9975076fa761d78ef49
1 // Compile with "cl /c /Zi /GR- test.cpp"
2 // Link with "link test.obj /debug /nodefaultlib /entry:main /out:test.exe"
4 int __cdecl _purecall(void) { return 0; }
6 int main(int argc, char **argv) { return 0; }