mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Fix test.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// #target: macos-x64
|
||||
module test;
|
||||
import std;
|
||||
|
||||
@@ -15,22 +16,6 @@ fn int main (String[] args)
|
||||
|
||||
/* #expect: test.ll
|
||||
|
||||
|
||||
|
||||
---------------------------------------------------> test.ll
|
||||
|
||||
|
||||
; ModuleID = 'test'
|
||||
source_filename = "test"
|
||||
target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
|
||||
target triple = "aarch64-apple-macosx11.0.0"
|
||||
|
||||
%any = type { ptr, i64 }
|
||||
%.introspect = type { i8, i64, ptr, i64, i64, i64, [0 x i64] }
|
||||
%"char[][]" = type { ptr, i64 }
|
||||
%"char[]" = type { ptr, i64 }
|
||||
%"any[]" = type { ptr, i64 }
|
||||
|
||||
@.str = private unnamed_addr constant [6 x i8] c"aeiou\00", align 1
|
||||
@test.VOWS = local_unnamed_addr constant ptr @.str, align 8
|
||||
@.str.3 = private unnamed_addr constant [22 x i8] c"bcdfghjklmnpqrstvwxyz\00", align 1
|
||||
|
||||
Reference in New Issue
Block a user