]> rtime.felk.cvut.cz Git - l4.git/blob - kernel/fiasco/tool/preprocess/test/verify/template.cc
update
[l4.git] / kernel / fiasco / tool / preprocess / test / verify / template.cc
1 // AUTOMATICALLY GENERATED -- DO NOT EDIT!         -*- c++ -*-
2
3 #include "template.h"
4 #include "template_i.h"
5
6
7 #line 185 "template.cpp"
8
9
10 template <> stack_t<int>*
11 create_stack<int>()
12 {
13   return new stack<int>();
14 }