Skip to content
Snippets Groups Projects
Commit 0fabf8ec authored by Kaelyn Uhrain's avatar Kaelyn Uhrain
Browse files

Add a return statement to the func with an int return type.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@195897 91177308-0d34-0410-b5e6-96231b3b80d8
parent 0e261f7c
No related branches found
No related tags found
No related merge requests found
...@@ -178,5 +178,6 @@ namespace PR14373 { ...@@ -178,5 +178,6 @@ namespace PR14373 {
}; };
int call() { int call() {
exec_func(Type()); exec_func(Type());
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