Raw File
Globals.swift
// This module is imported by external-global.swift
// RUN: true
public var global : Int64 = 0
back to top