conformance_test/positive_tests added
[deliverable/titan.core.git] / conformance_test / positive_tests / 16_functions_altsteps_testcases / 1601_functions / 160103_external_functions / xf_Sem_160103_external_functions_001.cc
1 /***************************************************
2 ** @author STF 409
3 ** @version 0.0.1
4 ** @purpose 1:16.1.3, Ensure that the IUT recognizes external functions
5 ** @verdict pass accept, ttcn3verdict:pass
6 ** @configuration external_functions
7 ***************************************************/
8
9 #include "Sem_160103_external_functions_001.hh"
10
11 namespace Sem__160103__external__functions__001
12 {
13
14 INTEGER xf__Sem__160103__external__functions__001()
15 {
16 return 1;
17 }
18 }
This page took 0.037072 seconds and 5 git commands to generate.