Skip to content
Snippets Groups Projects
multiple_static.i 110 B
/* run.config
OPT: %{dep:multiple_static_2.i} -print
*/

inline static int hash(int a, int b) {
  return 0;
}