summaryrefslogtreecommitdiff
path: root/tests/parser/attribute-duplicate.test
blob: bf2ac07095307462271bb6bd6626ba90785dedd2 (plain)
1
2
3
4
5
Invalid Code

[CCode (cname = "test1"), CCode (cname = "test2")]
void main () {
}