brintos

brintos / llvm-project-archived public Read only

0
0
Text · 232 B · 1d352dc Raw
7 lines · c
1// RUN: rm -rf %t2// RUN: not %clang_cc1 -fsyntax-only -fapinotes %s -I %S/Inputs/BrokenHeaders2 2>&1 | FileCheck %s3 4#include "SomeBrokenLib.h"5 6// CHECK: error: multiple definitions of global function 'do_something_with_pointers'7