2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / template / strlen1.C
blobddec51d7b1e4f844fde9589ac7741406b29000a8
1 template <typename A1>
2 void monk2 (A1) {}
4 unsigned int strlen (const char*);
6 void monk ()
8   monk2 (strlen (""));