2015-01-04 19:40:09 +11:00

9 lines
97 B
JavaScript

// This just tests that we do not get any compile errors.
{
`abc`
}
(function() {
`def`
});