blob: a2d54b39863615652dd735bbaae18a63226945aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
//TEST:LANG_SERVER:
//
//Broken syntax
//HOVER:9,11
__attributeTarget(StructDecl)
attribute_syntax [MyAttribute(name:String)];
[MyAttribute]
struct MyStruct
{
int a = 5;
}
|