utf8-invalid.c revision c7629d941557f7179eb8fa8a2e2a74d749cbaf7c
1// RUN: %clang_cc1 -fsyntax-only -verify %s
2
3// Note: this file contains invalid UTF-8 before the variable name in the
4// next line. Please do not fix!
5
6extern int �x; // expected-error{{source file is not valid UTF-8}}
7