// RUN: %clang_cc1 -fsyntax-only -verify %s
// Check the following typo correction behavior in C:
// - no typos are diagnosed when a call expression has ambiguous (multiple) corrections
int v_63;
void
int
// Test: no typo-correction diagnostics are emitted for ambiguous typos.
;
int g_107;
int g_108;
int g_109;
struct a g_999;
struct a g_998;
void //expected-error 2{{use of undeclared identifier 'g_910'}}