gdb/
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.cp / psymtab-parameter.cc
index a578c88c531b248cdaab7baa1c6ab123e0d4aad2..c2647d8d5fa74cc54f5abb6f3114245b24a9aad5 100644 (file)
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
    */
 
-typedef int typedefed;
-void func (typedefed param)
+template <typename T>
+long
+func ()
 {
 }
+
+void
+f ()
+{
+  func<short> ();
+}
This page took 0.025573 seconds and 4 git commands to generate.