Sign in
llvm
/
clang.git
/
refs/heads/release_50
/
.
/
test
/
Modules
/
Inputs
/
codegen
/
use.cpp
blob: cd1a4a642d09d0f93979f1774634f87419fa719c [
file
] [
log
] [
blame
] [
edit
]
#include
"foo.h"
void
non_modular_use_of_implicit_dtor
()
{
implicit_dtor d1
;
uninst_implicit_dtor d2
;
}
void
use_of_instantiated_declaration_without_definition
()
{
inst
<int>
();
}