1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-20 02:15:13 +00:00
QB64-PE/tests/compile_tests/audio_test/test.bas
Matthew Kilgore b89e388c2f Add Compilation tests for different dependencies
These tests check that we can compile programs that use a variety of
different sets of dependencies. Each program will only be compiled with
the set of dependencies it relies on.
2022-04-28 23:00:06 -04:00

7 lines
81 B
QBasic

s = _SNDOPEN("foobar.mp3", "VOL,PAUSE,SETPOS"): _SNDLOOP s
_SNDCLOSE s
SYSTEM