Files
moslab-code/src/fiasco/tool/preprocess/test/verify/template.cc
2025-09-12 15:55:45 +02:00

20 lines
250 B
C++

// AUTOMATICALLY GENERATED -- DO NOT EDIT! -*- c++ -*-
#include "template.h"
#include "template_i.h"
//
// IMPLEMENTATION follows
//
#line 185 "template.cpp"
template <> stack_t<int>*
create_stack<int>()
{
return new stack<int>();
}