mirror of
https://github.com/rui314/mold.git
synced 2024-12-29 11:24:36 +03:00
4 lines
124 B
Plaintext
4 lines
124 B
Plaintext
RUN: echo '.globl _start; _start: jmp start' | cc -o %t.o -c -x assembler -
|
|
RUN: chibild -o %t %t.o
|
|
RUN: file %t | grep ELF
|