blob: 30223007e1920a19bd118b3cf28e67bc268c3e61 [file] [edit]
float sys_helper(float a, float b) {
return a * b;
}