Skip to content
Snippets Groups Projects
Commit 5c435605 authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

[tests] add test cases for issue #1448

parent c47b7310
No related branches found
No related tags found
No related merge requests found
/* run.config
OPT: %{dep:multiple_static_2.i} -print
*/
inline static int hash(int a, int b) {
return 0;
}
/* run.config
OPT: %{dep:multiple_static.i} -print
*/
inline static int hash(int a) {
return 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment