diff options
Diffstat (limited to 'Tests/COnly/foo.h')
-rw-r--r-- | Tests/COnly/foo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/COnly/foo.h b/Tests/COnly/foo.h index 67c42a20..ad4a9af 100644 --- a/Tests/COnly/foo.h +++ b/Tests/COnly/foo.h @@ -1 +1 @@ -extern const char* foo; +extern char* foo; |