Raw File
argument_qualified.c
// RUN: %clang_cc1 %s
int abc (const float x) {
  return 1;
}

back to top