aboutsummaryrefslogtreecommitdiff
path: root/tests/ECMAddTests/single_tests/test6.cpp
blob: 33cd042118cdb01896759e95744912eac3c46b75 (plain)
1
2
3
4
5
6
7
8
void test_body();

int main()
{
    test_body();
    return 0;
}