forked from OSchip/llvm-project
7 lines
200 B
C++
7 lines
200 B
C++
|
// RUN: rm -rf %t
|
||
|
// RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -I%S/Inputs/merge-anon-in-template -verify %s
|
||
|
// expected-no-diagnostics
|
||
|
#include "a.h"
|
||
|
#include "c.h"
|
||
|
is_floating<int>::type t;
|