blob: 2a5d6bd0a6ce5f74f8c5786b0911692ee0cff72e [file] [log] [blame]
// { dg-module-do run }
// { dg-additional-options "-fmodules-ts" }
export module Var;
// { dg-module-cmi Var }
export int counter = 2;
export extern const int limit = 5;