brintos

brintos / llvm-project-archived public Read only

0
0
Text · 342 B · 27bf470 Raw
9 lines · c
1// RUN: cat %S/Inputs/rewrite-includes-bom.h | od -t x1 | grep -q 'ef\s*bb\s*bf'2// RUN: %clang_cc1 -E -frewrite-includes -I %S/Inputs %s -o %t.c3// RUN: cat %t.c | od -t x1 | not grep -q 'ef\s*bb\s*bf'4// RUN: %clang_cc1 -fsyntax-only -verify %t.c5// expected-no-diagnostics6// UNSUPPORTED: system-windows7 8#include "rewrite-includes-bom.h"9