# Code Test

**URL:** https://forum.kirupa.com/t/code-test/277699
**Category:** flash
**Created:** [December 16, 2008, 12:39am UTC](https://forum.kirupa.com/t/code-test/277699 "2008-12-16T00:39:50Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![krilnon](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/krilnon/32/34_2.png) [@krilnon](https://forum.kirupa.com/u/krilnon)
#### Post date: [December 16, 2008, 12:39am UTC](https://forum.kirupa.com/t/code-test/277699/1 "2008-12-16T00:39:50Z")

</div>

Would someone do my a favor and run the following line (by itself) in a blank document compiling for Flash Player 10 in Flash CS4? I don’t have CS4 yet, but I didn’t think that it would be worth downloading the beta just to check this one thing.

```auto
use namespace virtual

```

Does that line fail silently? It should also fail if you use `native` or `intrinsic`, since these keywords / future reserved words cause weird behavior with Flash CS3 and the Java version of ASC. Thanks! :love:

Note: If you use any other undefined namespace there or declare the variable first, you should get a compiler error.
