blob: 86e7fac7fd0edf64b0f572054bb3b1a8257d0d1d (
plain) (
blame)
1
2
3
|
instruction
The issue revolves around the incorrect placement of the `G_NORETURN` attribute in relation to other keywords (`extern`), leading to a compilation error when using Clang 15. This is related to how the compiler interprets and validates attributes associated with functions, making it an "instruction" problem.
|