1
1
mirror of https://github.com/rui314/mold.git synced 2024-12-29 11:24:36 +03:00
mold/test/basic.test
2020-10-20 15:04:18 +09:00

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