Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust-bindgen
/
refs/heads/upstream/layouttests-ub
/
.
/
tests
/
headers
/
template-param-usage-11.hpp
blob: 8780f5d3575a76eb4ec65d401a6773ed748343b0 [
file
] [
log
] [
blame
] [
edit
]
// bindgen-flags: -- -std=c++14
template
<
typename
T
>
class
DoesNotUseT
{
static
T but_static_member_does
;
};