2013-11-28 07:29:37 +08:00
|
|
|
// RUN: grep $'^\xEF\xBB\xBF' %S/Inputs/rewrite-includes-bom.h
|
2013-11-28 09:22:29 +08:00
|
|
|
// RUN: %clang_cc1 -E -frewrite-includes -I %S/Inputs %s -o %t.c
|
|
|
|
// RUN: not grep $'\xEF\xBB\xBF' %t.c
|
|
|
|
// RUN: %clang_cc1 -fsyntax-only -verify %t.c
|
2013-11-28 05:14:43 +08:00
|
|
|
// expected-no-diagnostics
|
2013-11-28 07:29:37 +08:00
|
|
|
// REQUIRES: shell
|
2013-11-28 05:14:43 +08:00
|
|
|
|
|
|
|
#include "rewrite-includes-bom.h"
|