brintos

brintos / llvm-project-archived public Read only

0
0
Text · 375 B · 97a72a1 Raw
8 lines · cpp
1// RUN: rm -rf %t2// RUN: %clang_cc1 -I%S/Inputs/merge-var-template-def -std=c++11 -verify %s3// 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 %s4// expected-no-diagnostics5 6#include "b2.h"7const bool *y = &S<bool, false>::value;8