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 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