rust/src/test/run-make/extern-fn-generic
Russell e6e6ef24ab Allow generic foreign functions.
Generic extern functions written in Rust have their names mangled, as well as their internal clownshoe __rust_abi functions. This allows e.g. specific monomorphizations of these functions to be used as callbacks.

Closes #12502.
2014-08-05 23:28:50 -06:00
..
Makefile Allow generic foreign functions. 2014-08-05 23:28:50 -06:00
test.c Allow generic foreign functions. 2014-08-05 23:28:50 -06:00
test.rs Allow generic foreign functions. 2014-08-05 23:28:50 -06:00
testcrate.rs Allow generic foreign functions. 2014-08-05 23:28:50 -06:00