# All targets
.PHONY: all skipped issue618

# Tests that are currently passing
all: issue618

# Tests that are currently not passing
skipped:

issue618:
	make -C issue618
