uses-std.cxx 55 B

12345678
  1. module uses_std;
  2. import std;
  3. int f()
  4. {
  5. return 0;
  6. }