diff options
Diffstat (limited to 'Tests/COnly/foo.c')
-rw-r--r-- | Tests/COnly/foo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/COnly/foo.c b/Tests/COnly/foo.c index b42bbfd..e4faf38 100644 --- a/Tests/COnly/foo.c +++ b/Tests/COnly/foo.c @@ -1 +1 @@ -const char* foo = "Foo"; +char* foo = "Foo"; |