1e01aa904Sopenharmony_cistruct ops { 2e01aa904Sopenharmony_ci void(*foo)(void); 3e01aa904Sopenharmony_ci void(*bind_class)(void *, unsigned int, unsigned long); 4e01aa904Sopenharmony_ci int(*bar)(int); 5e01aa904Sopenharmony_ci}; 6e01aa904Sopenharmony_ci 7e01aa904Sopenharmony_civoid reg(struct ops* o) { (void)o; } 8