summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/error/ExtendedAttrRepeated.ipdlh
blob: 33defc8ca4f5c6f82fee97af66e22bdcffdaa2b0 (plain)
1
2
3
4
5
//error: Repeated extended attribute `RefCounted'

[RefCounted, RefCounted] using SomeType from "SomeFile.h";

struct ExtendedAttrRepeated {};