blob: 7d1b9fdc2c331f5e2006fdbdaee64a78e1724d09 [file] [log] [blame]
// RUN: %clang_cc1 %s
int abc (const float x) {
return 1;
}