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 051aa17 commit a612cb0Copy full SHA for a612cb0
compiler-rt/test/sanitizer_common/TestCases/scanf.c
@@ -1,6 +1,6 @@
1
// RUN: %clang -std=c17 %s -o %t && %run %t
2
/// Test __isoc23_* for glibc 2.38+.
3
-// RUN: %clang -std=c23 %s -o %t && %run %t
+// RUN: %clang -std=c2x %s -o %t && %run %t
4
5
#include <assert.h>
6
#include <stdarg.h>
compiler-rt/test/sanitizer_common/TestCases/strtol.c
#include <inttypes.h>
0 commit comments