blob: 4d39cad3103f68d93e2e0ca2f057b66086dd35c7 (
plain)
1
2
3
4
5
6
7
|
// RUN: rm -rf %t
// RUN: %clang_cc1 -I%S/Inputs/merge-var-template-def -verify -fmodules -Werror=undefined-internal -fmodules-local-submodule-visibility -fmodules-cache-path=%t -fimplicit-module-maps %s
// expected-no-diagnostics
#include "b2.h"
namespace { struct X; }
void *x = get<X>();
|