We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a30caa6 commit afa32d3Copy full SHA for afa32d3
flang-rt/lib/runtime/stop.cpp
@@ -80,7 +80,7 @@ static void CloseAllExternalUnits(const char *why) {
80
if (code != EXIT_SUCCESS) {
81
std::printf(": code %d\n", code);
82
}
83
- std::printf('\n');
+ std::printf("\n");
84
85
#if defined(__CUDACC__)
86
// NVCC supports __trap().
0 commit comments