netbsd/external/bsd/llvm/dist/clang/test/Parser/argument_qualified.c
2014-01-15 10:53:42 +01:00

6 lines
63 B
C

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