View c_a.cr
class App::Art::Generator::ChromaticAberration | |
property width = 1600 | |
property height = 800 | |
property smallest_square_size = 8 | |
property square_size = 40 | |
property padding = 2 | |
property colors = ["#FF0000", "#00FF00", "#0000FF"] |
View test-c.ll
; ModuleID = 'test.c' | |
source_filename = "test.c" | |
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" | |
target triple = "x86_64-pc-linux-gnu" | |
@.str = private unnamed_addr constant [8 x i8] c"HELLO!\0A\00", align 1 | |
; Function Attrs: noinline nounwind optnone uwtable | |
define i32 @main() #0 { | |
%1 = alloca i32, align 4 |