lib_use_static_cb_init.hlsl 52 B

12345
  1. float foo();
  2. export float bar() {
  3. return foo();
  4. }