And then when adding `__cdecl`: ``` ~> g++ test.cpp -o test test.cpp:12:18: warning: 'cdecl' attribute ignored [-Wattributes] 12 | void __cdecl foo() { } | ^ ```