File indexing completed on 2024-04-28 15:28:40

0001 // Test the import functionality (include files from standard library)
0002 
0003 println( 'Before import' );
0004 library( 'notfound.js' );
0005 println( 'After import' );