1# REQUIRES: lua
2# XFAIL: system-netbsd
3# RUN: echo "int main() { return 0; }" | %clang_host -x c - -o %t
4# RUN: %lldb -s %s --script-language lua %t 2>&1 | FileCheck %s
5b main
6r
7watchpoint set expr 0x0
8watchpoint command add -s lua
9# CHECK: error: This script interpreter does not support watchpoint callbacks
10