index
:
rust-bindgen.git
master
Unnamed repository; edit this file 'description' to name the repository.
Kent Overstreet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bindgen-tests
/
tests
/
headers
/
issue-1464.hpp
blob: d34d0fe3e571f7c65dde4f5a5a152b62dcfe213c (
plain
)
1
2
3
4
5
6
7
// Should not crash.
template
<
int
Foo
>
class
Bar
{
public
:
Bar
();
~
Bar
();
};