blob: caa431ad9aaff5efa25148e20bb205ce8f0c9c47 [file] [log] [blame]
Alp Toker6a7f41f2013-11-28 05:55:40 +00001// RUN: grep -q $'^\xEF\xBB\xBF' %S/Inputs/rewrite-includes-bom.h
Alp Toker49d92212013-11-28 01:22:29 +00002// RUN: %clang_cc1 -E -frewrite-includes -I %S/Inputs %s -o %t.c
Alp Toker6a7f41f2013-11-28 05:55:40 +00003// RUN: ! grep -q $'\xEF\xBB\xBF' %t.c
Alp Toker49d92212013-11-28 01:22:29 +00004// RUN: %clang_cc1 -fsyntax-only -verify %t.c
Lubos Lunakc6b92702013-11-27 21:14:43 +00005// expected-no-diagnostics
Alp Toker6de7cd12013-11-27 23:29:37 +00006// REQUIRES: shell
Lubos Lunakc6b92702013-11-27 21:14:43 +00007
8#include "rewrite-includes-bom.h"