android_mt6572_jiabo/external/clang/test/Parser/argument_qualified.c
2025-09-05 16:56:03 +08:00

5 lines
63 B
C

// RUN: %clang_cc1 %s
int abc (const float x) {
return 1;
}