зеркало из https://github.com/mozilla/gecko-dev.git
Test for bug 753159.
This commit is contained in:
Родитель
5b39672c66
Коммит
6d0bc7c4ff
|
@ -97,6 +97,8 @@ union ShmemUnion {
|
|||
Shmem;
|
||||
};
|
||||
|
||||
struct Empty { };
|
||||
|
||||
} // namespace _foo
|
||||
} // namespace mozilla
|
||||
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
struct empty { };
|
||||
|
||||
protocol emptyStruct { child: __delete__(); };
|
Загрузка…
Ссылка в новой задаче