You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
375 B
8 lines
375 B
// RUN: rm -rf %t
|
|
// RUN: %clang_cc1 -I%S/Inputs/merge-var-template-def -std=c++11 -verify %s
|
|
// RUN: %clang_cc1 -I%S/Inputs/merge-var-template-def -std=c++11 -verify -fmodules -Werror=undefined-internal -fmodules-local-submodule-visibility -fmodules-cache-path=%t -fimplicit-module-maps %s
|
|
// expected-no-diagnostics
|
|
|
|
#include "b2.h"
|
|
const bool *y = &S<bool, false>::value;
|