]> rtime.felk.cvut.cz Git - l4.git/blob - kernel/fiasco/tool/preprocess/test/verify/template.cc
2e60849fa44b157d5404b6428a4b89171ae50323
[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 }
15
16 #line 192 "template.cpp"
17
18
19
20 template <> stack_t<bool>*
21 create_stack<bool>()
22 {
23   return new stack<bool>();
24 }