// Comment above
/* foo
   bar  */ "use strict" ;
// Comment below
"another directive";

import './SetupEnvironment';
import type { Period } from './Period'

"this is not a directive prologue";

function foo() {
}