add opensuse toolchain support, patch by Ismail Donmez!
[clang/stm8.git] / test / Parser / argument_qualified.c
blob7d1b9fdc2c331f5e2006fdbdaee64a78e1724d09
1 // RUN: %clang_cc1 %s
2 int abc (const float x) {
3 return 1;