Skip to content
Snippets Groups Projects
Commit b594fac7 authored by Francois Pichet's avatar Francois Pichet
Browse files

Fix test.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@131077 91177308-0d34-0410-b5e6-96231b3b80d8
parent a8ef3ac9
No related branches found
No related tags found
No related merge requests found
......@@ -187,6 +187,5 @@ long (*function_ptr)(int a);
void function_to_voidptr_conv() {
void *a1 = function_prototype;
void *a2 = &function_prototype;
void *a1 = function_ptr;
void *a2 = &function_ptr;
void *a3 = function_ptr;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment