GNOME Bugzilla – Bug 669786
Using const variables in a closure generates invalid C
Last modified: 2016-10-14 12:20:00 UTC
Created attachment 207230 [details] test case Attempting to use a const from inside a closure valac will generate invalid C. The attached test case results in this error from gcc: "error: ‘foo’ undeclared (first use in this function)"
*** This bug has been marked as a duplicate of bug 678617 ***