mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-21 21:27:44 +01:00
10 lines
69 B
C++
10 lines
69 B
C++
template<typename C>
|
|
void
|
|
bar(C*)
|
|
{
|
|
}
|
|
|
|
template
|
|
void
|
|
bar<int>(int*);
|