Artifact [80d95d3049]

Artifact 80d95d30497b228ad5006c9957ced117ac6fd194:


#! /usr/bin/env tclsh

# Tcl 8.4 doesn't support this test
if {$tcl_version == "8.4"} {
	exit 0
}

if {[tcl::pkgconfig get 64bit] == 0} {
	exit 0
}

exit 1