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

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