github.com/Konstantin8105/c4go@v0.0.0-20240505174241-768bb1c65a51/tests/bind/test.c (about)

     1  #include <stdio.h>
     2  
     3  void view0() { printf("view0\n"); }
     4  void view1() { printf("view1\n"); }
     5  void view2() { printf("view2\n"); }