• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1### Compilation failed:
2
3error: 1: interface blocks are not allowed in this kind of program
4in  InterfaceBlockIn  { int x; } i[3];
5    ^^^^^^^^^^^^^^^^
6error: 2: interface blocks are not allowed in this kind of program
7out InterfaceBlockOut { int x; } o[3];
8    ^^^^^^^^^^^^^^^^^
92 errors
10