Don't issue error incorrectly with forward decl. of exported function.

Issue #281.
This commit is contained in:
Matt Pharr
2012-06-15 10:54:50 -07:00
parent f47171a17c
commit a23a7006e3
2 changed files with 10 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
// Illegal to have "export" function with same name as previously declared function
// Illegal to provide "export" qualifier for functions with the same name but different types
export void foo() { }