utf-16.c revision 38caec48bc1c9816ca59b8d164a64447ee208c2e
1// RUN: not %clang -xc %s.txt -fsyntax-only 2>&1 | grep 'UTF-16 (LE) byte order mark detected'
2// rdar://7876588
3
4// This test verifies that clang gives a decent error for UTF-16 source files.