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