Luke Drummond b55c52c047 Revert "Renormalize line endings whitespace only after dccebddb3b80"
This reverts commit 9d98acb196a40fee5229afeb08f95fd36d41c10a.
2024-10-18 21:16:50 +01:00

4 lines
86 B
C++

extern "C" int b_function();
extern "C" int a_function() { return b_function(); }