Commit 814ce248 authored by Harris Hancock's avatar Harris Hancock

Add deeply-nested-generic build failure to test.capnp

parent aaa99a56
......@@ -553,6 +553,11 @@ struct TestGenerics(Foo, Bar) {
bar @1 :Bar;
baz @2 :Baz;
qux @3 :Qux;
interface DeepNestInterface(Quux) {
# At one time this failed to compile.
call @0 () -> ();
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment