Aer/tests/implicitly_typed_declarations.exp
belliash fffce10ba8
All checks were successful
The build was successful.
Test for implicitly typed declarations.
2019-06-15 23:44:10 +02:00

9 lines
96 B
Plaintext

int(4)
int(5)
int(6)
string(11 'test string')
object(Test) {
}
float(6.5)
bool(TRUE)
void(NULL)