blob: 31cc8498b0da59bfae2313c570096f6a43362a95 [file] [log] [blame]
/* REQUIRED_ARGS: -betterC -inline
PERMUTE_ARGS:
*/
struct InvBoneBindInfo
{
}
struct Test(Value)
{
void test()
{
auto t = Value.init;
}
}
extern(C) void main()
{
Test!(InvBoneBindInfo[32]) test;
test.test();
}