summaryrefslogtreecommitdiffhomepage
path: root/test/script.cpp
blob: 45ce9b1d7e4a159c072d90d64af2151ea95bf020 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#include "app.hpp"

namespace floormat {

namespace {

void test_script1()
{

}

} // namespace

void test_app::test_script()
{
    test_script1();
}


} // namespace floormat