1 // RUN: %clang_cc1 -fsyntax-only -std=c99 %s
3 // This test simply tests that the compiler does not crash. An optimization
4 // in ParmVarDecls means that functions with fewer than 256 parameters use a fast path,
5 // while those with >= 256 parameters use a slow path.
7 // Crash was reported in PR 10538.