1a67e69678
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
9 lines
No EOL
134 B
Text
9 lines
No EOL
134 B
Text
import standard
|
|
namespace foo
|
|
variable x : num.num
|
|
check x
|
|
using num
|
|
check x
|
|
set_option pp.full_names true
|
|
check x
|
|
end foo |