conformance_test/positive_tests added
[deliverable/titan.core.git] / conformance_test / positive_tests / 16_functions_altsteps_testcases / 1601_functions / 160103_external_functions / xf_NegSem_160103_external_functions_001.cc
1 /*****************************************************************
2 ** @author STF 470
3 ** @version 0.0.1
4 ** @purpose 1:8.2.3.1, Verify that identifiers of parameter types are not imported together with external functions
5 ** @verdict pass reject
6 *****************************************************************/
7
8 #include "NegSem_160103_external_functions_001.hh"
9
10 namespace NegSem__160103__external__functions__001
11 {
12
13 INTEGER_template xf__NegSem__160103__external__functions__001()
14 {
15 return 1;
16 }
17 }
This page took 0.03848 seconds and 5 git commands to generate.