diff options
Diffstat (limited to 'lldb/test/lang/c/modules/main.c')
| -rw-r--r-- | lldb/test/lang/c/modules/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/c/modules/main.c b/lldb/test/lang/c/modules/main.c index 49fbe5c3d04..2b244bc38d0 100644 --- a/lldb/test/lang/c/modules/main.c +++ b/lldb/test/lang/c/modules/main.c @@ -1,6 +1,6 @@ #include <stdlib.h> -int printf(const char * restrict format, ...); +int printf(const char * __restrict format, ...); typedef struct { int a; |

