mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This is not supported, of course. But now, instead of an assertion failure we properly mark the declaration as unavailable. Fixes #78190. rdar://141492654
6 lines
43 B
C
6 lines
43 B
C
#pragma once
|
|
|
|
struct Foo {
|
|
void *foo;
|
|
};
|