macro testing.

This commit is contained in:
Myrddin Dundragon 2019-06-24 22:41:41 -04:00
parent 0c199d5ae3
commit 124d2751db

View File

@ -5,7 +5,7 @@ macro_rules! external_library
$name: ident : $link: expr =>
{
$(statics:
$($sname: ident: $stype: ty),+,
$($sname: ident: $stype: ty),+;
)|*
$(functions: