Sign in
fuchsia
/
third_party
/
swig
/
8a73e25fe2a1bd1bbffb052d47891238287aea7d
/
.
/
Examples
/
test-suite
/
tcl
/
overload_copy_runme.tcl
blob: 46d7058d566dcce58637b79ddbf6ce2add086438 [
file
] [
log
] [
blame
]
if
[
catch
{
load
./
overload_copy
[
info
sharedlibextension
]
overload_copy
}
err_msg
]
{
puts stderr
"Could not load shared object:\n$err_msg"
}
Foo f
Foo g
[
f cget -this
]