You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
297 B
9 lines
297 B
// RUN: grep -q $'^\xEF\xBB\xBF' %S/Inputs/rewrite-includes-bom.h
|
|
// RUN: %clang_cc1 -E -frewrite-includes -I %S/Inputs %s -o %t.c
|
|
// RUN: ! grep -q $'\xEF\xBB\xBF' %t.c
|
|
// RUN: %clang_cc1 -fsyntax-only -verify %t.c
|
|
// expected-no-diagnostics
|
|
// REQUIRES: shell
|
|
|
|
#include "rewrite-includes-bom.h"
|