mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
0.2.0. Build system improvements. Target changes x64-windows -> windows-x64, x64-darwin -> macos-x64. Improved mac support. LLD linking for Mac, Windows, Linux. Cross linking for Mac, Windows. Clean up string use. Fix of debug handling of multiple compilation units per module. MSVC CI
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// #target: x64-darwin
|
||||
// #target: macos-x64
|
||||
module foo;
|
||||
const char[100] FOO = { [50] = 1 };
|
||||
const int[<4>] BAR = { 1, 2, 3, 4 };
|
||||
|
||||
Reference in New Issue
Block a user