/// # TESTCASE(Source1::CheckIfSumWorks)
/// int test_no = 2;
/// # EQ[TL_FCT(no1: test_no, no2: 5) => 7]
/// # EQ[TL_FCT(no1: 5, no2: 2) => 7]
/// EXPECT_EQ(11, test_int_no1(9, 2));
int
/// # TESTCASE(Source1::TestPtr)
/// int test_no = 2;
/// int test_no2 = 5;
/// # EQ[TL_FCT(no1: &test_no, no2: &test_no2) => 7]
int
/// # TESTCASE(Source1::EmptyFct)
/// # EQ[TL_FCT() => 7]
/// # NE[TL_FCT() => 4]
int
/// This function has parameters, yeah
int