blob: 0140fdac166566f1f73487da3accf6cbfe759d77 (
plain)
1
2
3
4
5
|
/* This file would generate an error because of #include_next, but the
#pragma marks it a system header, so the error is suppressed. */
#pragma GCC system_header
#include_next <stdio.h>
|