mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-27 22:17:03 +00:00
17 lines
238 B
Plaintext
17 lines
238 B
Plaintext
// Expected output: 256
|
|
|
|
/*
|
|
|
|
START_EXPECTED
|
|
Error on line 10775 of file [unknown]
|
|
SyntaxError:
|
|
@typedef MyType
|
|
^
|
|
ERROR line 2 in file:[__PATH__]: Duplicate type definition MyType
|
|
END_EXPECTED
|
|
|
|
*/
|
|
|
|
@typedef MyType
|
|
@typedef MyType
|