brintos

brintos / llvm-project-archived public Read only

0
0
Text · 301 B · 1f8e68a Raw
10 lines · cpp
1// RUN: rm -rf %t2// RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -fimplicit-module-maps -fmodules-local-submodule-visibility -I%S/Inputs/merge-template-specializations -std=c++11 -verify %s3// expected-no-diagnostics4#include "c.h"5X x;6 7void test_var_template() {8  use_var_template<int>(0);9}10