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