view src/parallel_execution/perlTests/invalid_interface.h @ 689:39f856a85565

add Interface.t
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Fri, 21 Aug 2020 15:42:03 +0900
parents
children
line wrap: on
line source

typedef struct Hoge {
  int i;
  char* str;
} HOGE;