var declare: boolean, interface: number, I: string; declare // This should be the identifier 'declare' interface // This should be the identifier 'interface' I // This should be the identifier 'I' {} // This should be a block body