aboutsummaryrefslogtreecommitdiff
path: root/tests/ECMAddTests/single_tests/test1.cpp
blob: e5482865ba34262f9009a3e51c270c2d6d3c0e98 (plain)
1
2
3
4
5
6
7
8
#include "testhelper.h"

int main()
{
    make_test_file("test1.txt");
    return 0;
}