| Chris Lattner | 8fbe98b | 2010-04-20 18:14:03 +0000 | [diff] [blame] | 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. | ||||